home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
turtlesNinja.swf
/
scripts
/
DefineSprite_113
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
155b
|
12 lines
if(_root.doublepoints)
{
this.myPoints = 1000;
this.myHealth = 60;
}
else
{
this.myPoints = 500;
this.myHealth = 30;
}
this.stop();